home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / disk / misc / fat95.lha / fat95 / english / MS0 < prev    next >
Encoding:
Text File  |  2002-01-17  |  456 b   |  19 lines

  1. /* MS0: fat95 PC file system for floppy #0              */
  2. /* $VER: fat95 file system 2.19 (14-Jan-2002) by Torsten Jager */
  3.  
  4. FileSystem    = l:fat95
  5. Device        = mfm.device
  6. Unit        = 0        /* change drive number here */
  7. Flags        = 0
  8. LowCyl        = 0
  9. HighCyl        = 79
  10. Surfaces    = 2        /* bootblock values have priority over these */
  11. BlocksPerTrack    = 9
  12. Buffers        = 20
  13. BufMemType    = 1
  14. BootPri        = 0
  15. Stacksize    = 4096
  16. Priority    = 5
  17. GlobVec        = -1
  18. DosType        = 0x46415400    /* enable ETD commands */
  19.